Add access-log pattern: %%, align %{xxx}D with %{xxx}T#1002
Closed
fabian-hahn wants to merge 7 commits intoapache:mainfrom
Closed
Add access-log pattern: %%, align %{xxx}D with %{xxx}T#1002fabian-hahn wants to merge 7 commits intoapache:mainfrom
fabian-hahn wants to merge 7 commits intoapache:mainfrom
Conversation
Added %% -> %
Format modifier %{xxx}D as in %{xxx}T
markt-asf
added a commit
that referenced
this pull request
May 2, 2026
markt-asf
added a commit
that referenced
this pull request
May 2, 2026
markt-asf
added a commit
that referenced
this pull request
May 2, 2026
Contributor
|
Replaced by #1003 |
Contributor
|
Re-opening as #1002 isn't what I thought it was. |
markt-asf
added a commit
that referenced
this pull request
May 6, 2026
Also fix various bugs with literal handling found in JSONAccessLogValve while writing tests for literal '%' support. Based on #1002 by Fabian Hahn.
Contributor
|
Support added for '%%'. Proposed changes to %D and %T should be discussed on the dev list. |
markt-asf
added a commit
that referenced
this pull request
May 6, 2026
Also fix various bugs with literal handling found in JSONAccessLogValve while writing tests for literal '%' support. Based on #1002 by Fabian Hahn.
markt-asf
added a commit
that referenced
this pull request
May 6, 2026
Also fix various bugs with literal handling found in JSONAccessLogValve while writing tests for literal '%' support. Based on #1002 by Fabian Hahn.
markt-asf
added a commit
that referenced
this pull request
May 6, 2026
Also fix various bugs with literal handling found in JSONAccessLogValve while writing tests for literal '%' support. Based on #1002 by Fabian Hahn.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
%%in access-log format string, as in Apache httpd.%Dpattern (undocumented).Down-version PR forthcoming.